summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-08-09net: rename busy poll MIB counterEliezer Tamir
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley
2013-08-09net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet
2013-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-07ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2013-08-07packet: Revert recent header parsing changes.David S. Miller
2013-08-07net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang
2013-08-07ip_tunnel: embed hash list headstephen hemminger
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet
2013-08-05neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com
2013-08-05net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall
2013-08-05netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-03Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Paul Moore
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek
2013-08-02net: check net.core.somaxconn sysctl valuesRoman Gushchin
2013-08-02icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger
2013-08-02icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger
2013-08-02af_packet: simplify VLAN frame check in packet_sndPhil Sutter