aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 68-459/+804
2014-02-106lowpan: fix lockdep splatsGravatar Eric Dumazet 1-0/+20
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersGravatar Richard Yao 1-1/+4
2014-02-10tcp: tsq: fix nonagle handlingGravatar John Ogness 1-2/+11
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressGravatar Toshiaki Makita 1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanGravatar Toshiaki Makita 3-9/+23
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Gravatar Toshiaki Makita 1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Gravatar Toshiaki Makita 1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedGravatar Toshiaki Makita 3-1/+34
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesGravatar Toshiaki Makita 3-4/+5
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressGravatar Toshiaki Makita 1-1/+1
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrGravatar Toshiaki Makita 1-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrGravatar Toshiaki Makita 3-7/+16
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minGravatar Jesper Juhl 1-1/+1
2014-02-09net: fix 'ip rule' iif/oif device renameGravatar Maciej Żenczykowski 1-0/+7
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Gravatar Christian Engelmayer 1-3/+0
2014-02-09ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelGravatar FX Le Bail 1-1/+1
2014-02-09net: Mark functions as static in net/sunrpc/svc_xprt.cGravatar Rashika Kheria 1-3/+3
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cGravatar Rashika Kheria 1-0/+1
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h fr...Gravatar Rashika Kheria 1-8/+1
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from ne...Gravatar Rashika Kheria 1-3/+1
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Gravatar Rashika Kheria 1-9/+0
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cGravatar Rashika Kheria 1-4/+0
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Gravatar Rashika Kheria 1-3/+0
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Gravatar Rashika Kheria 1-2/+0
2014-02-09net: Mark functions as static in core/dev.cGravatar Rashika Kheria 1-3/+3
2014-02-09net: Include appropriate header file in caif/cfsrvl.cGravatar Rashika Kheria 1-0/+1
2014-02-09net: Include appropriate header file in caif/caif_dev.cGravatar Rashika Kheria 1-0/+1
2014-02-09net: Mark function as static in 9p/client.cGravatar Rashika Kheria 1-1/+1
2014-02-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 11-83/+102
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 21-150/+381
2014-02-07libceph: do not dereference a NULL bio pointerGravatar Ilya Dryomov 1-2/+6
2014-02-07libceph: take map_sem for read in handle_reply()Gravatar Ilya Dryomov 1-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Gravatar Ilya Dryomov 1-23/+39
2014-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 11-83/+102
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Gravatar Patrick McHardy 1-3/+3
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsGravatar Pablo Neira Ayuso 1-0/+3
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsGravatar Pablo Neira Ayuso 1-5/+11
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataGravatar Pablo Neira Ayuso 1-0/+3
2014-02-06tcp: remove 1ms offset in srtt computationGravatar Eric Dumazet 2-9/+11
2014-02-06bridge: fix netconsole setup over bridgeGravatar Cong Wang 1-23/+28
2014-02-06net: use __GFP_NORETRY for high order allocationsGravatar Eric Dumazet 1-2/+4
2014-02-06netpoll: fix netconsole IPv6 setupGravatar Sabrina Dubroca 1-1/+3
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsGravatar Matija Glavinic Pecotic 1-0/+2
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Gravatar Geert Uytterhoeven 1-1/+2
2014-02-06netfilter: nf_tables: fix racy rule deletionGravatar Pablo Neira Ayuso 1-17/+23
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETGravatar Patrick McHardy 2-7/+2
2014-02-06mac80211: fix virtual monitor interface iterationGravatar Johannes Berg 1-4/+8
2014-02-06mac80211: fix fragmentation code, particularly for encryptionGravatar Johannes Berg 1-1/+1
2014-02-06mac80211: Fix IBSS disconnectGravatar Sujith Manoharan 1-4/+1