summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2014-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+61
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann-4/+28
2014-06-15net: Fix save software checksum completeTom Herbert-10/+29
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet-0/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-7/+153
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-6799/+13776
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt-4/+18
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig-3/+1
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing-0/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-31/+4
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang-1/+1
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro-298/+580
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+32
2014-06-11net/core: Add VF link state control policyDoug Ledford-0/+2
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal-2/+4
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert-0/+1
2014-06-11net: Save software checksum completeTom Herbert-8/+15
2014-06-11ceph: remove bogus externstephen hemminger-1/+1
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet-5/+15
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila-15/+19
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita-0/+130
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita-2/+10
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita-12/+51
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita-2/+3
2014-06-11net: filter: fix warning on 32-bit archAlexei Starovoitov-3/+3
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy-2/+3
2014-06-11net: sctp: fix incorrect type in gfp initializerDaniel Borkmann-1/+1
2014-06-11net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann-5/+45
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann-5/+7
2014-06-11net: sctp: refactor active path selectionDaniel Borkmann-59/+61
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann-1/+1
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister-10/+17
2014-06-11mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister-0/+1
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao-1/+2
2014-06-11net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang-0/+1
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov-5/+13
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov-99/+99
2014-06-11dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling-1/+3
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing-6/+67
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing-12/+58
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing-13/+95
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing-95/+100
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov-4/+4
2014-06-10gre: allow changing mac address when device is upstephen hemminger-0/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila-9/+11
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-607/+409
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-610/+547
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-22/+25