summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh
2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh
2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh
2013-05-31netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman
2013-05-31snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel
2013-05-31gro: should aggregate frames without DFEric Dumazet
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer
2013-05-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng
2013-05-30tcp: refactor undo functionsYuchung Cheng
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-05-30Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich
2013-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček
2013-05-28net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga
2013-05-28net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman
2013-05-28sctp: Correct access to skb->{network, transport}_headerSimon Horman
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang
2013-05-29batman-adv: Start new development cycleSimon Wunderlich
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll
2013-05-29batman-adv: print the VID properlyAntonio Quartulli
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner
2013-05-29batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli
2013-05-29batman-adv: refactor batadv_tt_local_event()Antonio Quartulli
2013-05-29batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli
2013-05-29batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli
2013-05-29batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli
2013-05-29batman-adv: do not silently ignore wrong conditionAntonio Quartulli
2013-05-29batman-adv: don't check compat version twiceAntonio Quartulli
2013-05-29batman-adv: don't check the source address twiceAntonio Quartulli
2013-05-29batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli
2013-05-29batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli
2013-05-29batman-adv: fix typos in kernel doc & commentsMarek Lindner
2013-05-29batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer
2013-05-29batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields