aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-459/+804
2014-02-106lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita3-9/+23
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita3-1/+34
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita3-4/+5
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita1-1/+1
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita3-7/+16
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-02-09net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer1-3/+0
2014-02-09ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail1-1/+1
2014-02-09net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria1-0/+1
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria1-8/+1
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria1-3/+1
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria1-9/+0
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-4/+0
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria1-3/+0
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria1-2/+0
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-02-09net: Include appropriate header file in caif/cfsrvl.cRashika Kheria1-0/+1
2014-02-09net: Include appropriate header file in caif/caif_dev.cRashika Kheria1-0/+1
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria1-1/+1
2014-02-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-83/+102
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller21-150/+381
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov1-2/+6
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov1-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov1-23/+39
2014-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-83/+102
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy1-3/+3
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso1-0/+3
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso1-5/+11
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso1-0/+3
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet2-9/+11
2014-02-06bridge: fix netconsole setup over bridgeCong Wang1-23/+28
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-06netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic1-0/+2
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso1-17/+23
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2-7/+2
2014-02-06mac80211: fix virtual monitor interface iterationJohannes Berg1-4/+8
2014-02-06mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-02-06mac80211: Fix IBSS disconnectSujith Manoharan1-4/+1
2014-02-06mac80211: release the channel in error path in start_apEmmanuel Grumbach1-1/+4
2014-02-06cfg80211: send scan results from work queueJohannes Berg6-42/+45
2014-02-06cfg80211: fix scan done raceJohannes Berg1-4/+10
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach3-7/+15
2014-02-06cfg80211: re-enable 5/10 MHz supportJohannes Berg1-3/+0
2014-02-06nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs1-1/+2
2014-02-06mac80211: move roc cookie assignment earlierEliad Peller1-18/+18
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy5-6/+77
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy8-81/+170
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy1-6/+16
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy1-0/+1
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy1-3/+5
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy1-2/+2
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso3-14/+32
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan1-1/+4
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin1-4/+17
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy1-1/+1
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero1-2/+13
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar1-2/+4
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou3-48/+47
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz1-7/+8
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek1-4/+4
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet1-18/+11
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov1-1/+4
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+1
2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller1-0/+1
2014-01-30can: add destructor for self generated skbsOliver Hartkopp2-3/+4
2014-01-30net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+17
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-91/+47
2014-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-18/+44
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy1-0/+1
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-28Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/d...David S. Miller2-1/+8
2014-01-28llc: remove noisy WARN from llc_mac_hdr_initDave Jones1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-157/+636
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-28/+231
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell1-1/+1
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2-2/+2
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-9/+158
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2-17/+17
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2-5/+53
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+5
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2-14/+19
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov2-9/+11
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-1/+1
2014-01-27libceph: start using oloc abstractionIlya Dryomov1-3/+5
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-7/+1
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal2-10/+28
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+2
2014-01-26af_rxrpc: Handle frames delivered from another VMTim Smith1-1/+2
2014-01-26af_rxrpc: Avoid setting up double-free on checksum errorTim Smith1-0/+4
2014-01-26RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()Alexey Khoroshilov1-0/+2
2014-01-26libceph: dout() is missing a newlineIlya Dryomov1-2/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov3-27/+28
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds511-10268/+18338
2014-01-24ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-01-24gss_krb5: use lcm from kernel libLuis Henriques1-13/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-24/+4
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-13/+13
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer1-23/+4
2014-01-23remove extra definitions of U32_MAXAlex Elder1-3/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich1-8/+10
2014-01-23net/udp_offload: Handle static checker complaintsShlomo Pongratz1-4/+4
2014-01-23tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch1-24/+40
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-31/+1
2014-01-226lowpan: add a license to 6lowpan_iphc moduleYann Droneaud1-0/+3
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-8/+8
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar1-2/+3
2014-01-22net/ipv4: queue work on power efficient wqviresh kumar1-4/+6
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2-1/+14
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita1-21/+0
2014-01-22tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch1-9/+5
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason1-3/+8
2014-01-22af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman1-0/+11
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-2/+4
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-2/+1
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2-9/+2
2014-01-21net: Missing change from the ether_addr_copy() fixups.David S. Miller1-0/+1
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2-1/+2
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong4-21/+21
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-31/+31
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong4-26/+26
2014-01-21dsa: Use ether_addr_copyJoe Perches1-1/+1
2014-01-21pktgen: Use ether_addr_copyJoe Perches1-4/+4
2014-01-21netpoll: Use ether_addr_copyJoe Perches1-2/+2
2014-01-21caif_usb: Use ether_addr_copyJoe Perches1-2/+2
2014-01-21atm: Use ether_addr_copyJoe Perches2-5/+6
2014-01-21appletalk: Use ether_addr_copyJoe Perches1-6/+6
2014-01-218021q: Use ether_addr_copyJoe Perches2-4/+4
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz1-0/+2
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2-0/+144
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-4/+4
2014-01-21rxrpc: out of bound read in debug codeDan Carpenter1-7/+14
2014-01-218021q: update descriptionYegor Yefremov1-5/+5
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa5-2/+22
2014-01-21ipv6: enable anycast addresses as source addresses in ICMPv6 error messagesFX Le Bail1-1/+2
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)2-2/+0
2014-01-21packet: fix a couple of cppcheck warningsDaniel Borkmann1-22/+15
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong1-5/+4
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca1-10/+0
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2-9/+5
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong10-58/+51
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-43/+34
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-01-19net: fix "queues" uevent between network namespacesWeilong Chen1-0/+26
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong9-10/+0
2014-01-19net: document accel_priv parameter for __dev_queue_xmit()Jason Wang1-1/+2
2014-01-19ipv6: optimize link local address searchHannes Frederic Sowa1-3/+9
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa6-20/+51
2014-01-19sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot3-0/+16
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2-2/+11
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2-1/+32
2014-01-18ipv4: be friend with drop monitorEric Dumazet4-6/+6
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle33-75/+66
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+4
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-79/+70
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren1-4/+0
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+54
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet1-20/+14
2014-01-17ipv6: send Change Status Report after DAD is completedFlavio Leitner1-24/+33
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa1-21/+17
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2-6/+12
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-268/+462
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2-27/+35
2014-01-16net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton1-3/+1
2014-01-16net_sched: fix error return code in fw_change_attrs()Wei Yongjun1-1/+3
2014-01-16tipc: standardize recvmsg routineYing Xue1-38/+42
2014-01-16tipc: standardize sendmsg routine of connected socketYing Xue1-19/+41
2014-01-16tipc: standardize sendmsg routine of connectionless socketYing Xue1-10/+29