aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-18userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-1/+1
2015-05-14net/switchdev/switchdev.c: work around gcc-4.4.4 initializer bugAndrew Morton1-18/+22
2015-05-14net/bridge/br_stp.c: work around gcc-4.4.4 initializer bugAndrew Morton1-1/+1
2015-05-14linux-next-git-rejectsAndrew Morton4-37/+0
2015-05-14linux-nextmmotm auto import154-2023/+3589
2015-05-14originmmotm auto import41-139/+627
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck1-1/+1
2015-04-29tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy1-5/+2
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2-12/+13
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel3-8/+10
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal1-2/+0
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-105/+290
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-732/+889
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-24/+24
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-25net: fix crash in build_skb()Eric Dumazet2-13/+24
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal1-2/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet7-9/+47
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust60-914/+1294
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman1-42/+28
2015-04-23tipc: fix node refcount issueErik Hugne1-1/+0
2015-04-23tipc: fix random link reset problemErik Hugne1-1/+2
2015-04-23tipc: fix topology server broken issueYing Xue1-6/+3
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-22ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg1-8/+1
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-17/+392
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman1-0/+9
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman2-2/+69
2015-04-22mpls: Per-device MPLS stateRobert Shearman2-2/+51
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov4-0/+306
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov1-1/+0
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+8
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com2-1/+5
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+24
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+37
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov1-12/+13
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-14/+52
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann1-1/+2
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-42/+91
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot1-3/+3
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu1-1/+1
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet6-17/+35
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov3-9/+38
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun1-1/+0
2015-04-16fou: avoid missing unlock in failure pathWANG Cong1-2/+1
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+7
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-3/+5
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+2
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-258/+211
2015-04-15VFS: net/: d_inode() annotationsDavid Howells2-19/+19
2015-04-15VFS: net/unix: d_backing_inode() annotationsDavid Howells2-4/+4
2015-04-15VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds468-11521/+19500
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2015-04-14mm: remove GFP_THISNODEDavid Rientjes1-1/+3
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-543/+623
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-10/+6
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-17/+50
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-38/+54
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller10-111/+196
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet10-288/+60
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger2-6/+5
2015-04-13nfc: Fix portid type in urelease_workRichard Weinberger1-1/+1
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso1-94/+0
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy1-4/+50
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2-2/+9
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy2-0/+2
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+9
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-5/+51
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2-7/+33
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy3-18/+16
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy4-16/+28
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy14-39/+75
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy14-53/+65
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2-8/+6
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy3-8/+7
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy8-67/+63
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-17/+21
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy27-120/+115
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy10-38/+61
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy10-76/+14
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2-8/+8
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy9-27/+29
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy9-45/+96
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-6/+26
2015-04-12fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-12fou: add network namespace supportWANG Cong1-39/+67
2015-04-12fou: always use be16 for portWANG Cong1-3/+3
2015-04-12fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-12tcp: do not cache align timewait socketsEric Dumazet1-2/+1
2015-04-12Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...David S. Miller25-383/+1113
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11net/9p: remove (now-)unused helpersAl Viro2-43/+1
2015-04-11p9_client_attach(): set fid->uid correctlyAl Viro1-0/+1
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-63/+61
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-57/+41
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro3-132/+146
2015-04-11Merge branch 'iocb' into for-nextAl Viro2-10/+6
2015-04-11new helper: msg_data_left()Al Viro4-17/+16
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro4-29/+148
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro2-14/+15
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf1-1/+1
2015-04-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-151/+258
2015-04-09tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski1-10/+10
2015-04-09tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-09udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-4/+4
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller18-173/+747
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+5
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-7/+6
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-2/+105
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro1-17/+3
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2-30/+19
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro1-16/+8
2015-04-09Merge branch 'iocb' into for-davemAl Viro2-4/+3
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-08Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller1-0/+11
2015-04-08fou: Don't use const __read_mostlyAndi Kleen1-2/+2
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller5-3/+17
2015-04-08RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan3-2/+33
2015-04-08RDS: only use passive connections when addresses matchSowmini Varadhan1-1/+1
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso171-1639/+2047
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa1-1/+1
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy1-0/+34
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy5-6/+268
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy2-3/+10
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2-10/+14
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy1-1/+1
2015-04-08netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal1-9/+9
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal1-4/+11
2015-04-08netfilter: bridge: add and use nf_bridge_info_get helperFlorian Westphal1-8/+16
2015-04-08netfilter: physdev: use helpersFlorian Westphal1-12/+22
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal7-33/+75
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal1-29/+41
2015-04-08netfilter: x_tables: don't extract flow keys on early demuxed sks in socket m...Daniel Borkmann1-45/+50
2015-04-08cfg80211: don't allow disabling WEXT if it's requiredJohannes Berg1-1/+1
2015-04-07net: remove extra newlinesSheng Yong4-12/+0
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee4-14/+36
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee3-23/+54
2015-04-07netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph1-1/+2
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller9-17/+32
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller31-176/+219
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-0/+4
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann1-147/+1
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann1-3/+3
2015-04-07mac80211: Move message tracepoints to their own headerSteven Rostedt (Red Hat)3-38/+54
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov1-8/+1
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller17-316/+546
2015-04-07cfg80211: send extended capabilities IE in connectJohannes Berg1-10/+64
2015-04-07cfg80211: move IE split utilities here from mac80211Johannes Berg3-44/+41
2015-04-07vti6: fix uninit when using x-netnsYao Xiwei1-2/+1
2015-04-07xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan1-5/+5
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-42/+60
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny1-16/+7
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov1-4/+104
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-2/+24
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2-7/+6
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller8-20/+18
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller6-20/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller3-36/+27
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller6-19/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller3-37/+28
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller32-266/+157
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller4-44/+38
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller3-45/+36
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann1-6/+8
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann1-2/+2
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2-3/+3
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk3-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2-0/+8
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+7
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk1-1/+1