aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2-1/+24
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-08-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-17/+15
2013-08-20packet: restore packet statistics tp_packets to include dropsWillem de Bruijn1-0/+2
2013-08-20Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+7
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-08-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-08-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-17/+15
2013-08-17batman-adv: check return type of unicast packet preparationsLinus Lüssing1-3/+7
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-90/+237
2013-08-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-17/+15
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller3-4/+2
2013-08-14openvswitch: Reset tunnel key between input and output.Jesse Gross1-0/+1
2013-08-14openvswitch: Use correct type while allocating flex array.Pravin B Shelar1-1/+1
2013-08-14openvswitch: Fix bad merge resolution.Jesse Gross1-3/+0
2013-08-14cfg80211: don't request disconnect if not connectedJohannes Berg1-6/+4
2013-08-14nl80211: nl80211hdr_put() doesn't return an ERR_PTRDan Carpenter1-11/+11
2013-08-13rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-3/+1
2013-08-13genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-12net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann1-2/+2
2013-08-12net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF stateDaniel Borkmann1-2/+2
2013-08-11tipc: avoid possible deadlock while enable and disable bearerdingtianhong1-2/+7
2013-08-10Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-7/+33
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing5-7/+33
2013-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-22/+39
2013-08-10netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng1-4/+8
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-08-09net: rename busy poll MIB counterEliezer Tamir1-1/+1
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet1-0/+1
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs1-1/+1
2013-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-20/+41
2013-08-07ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust3-13/+32
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui1-1/+1
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust1-0/+8
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-08-05neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann2-2/+2
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com1-1/+6
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com1-1/+6
2013-08-05net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall1-1/+1
2013-08-05netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter2-2/+9
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-257/+299