aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jkirsher/next-queueDavid 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/scm/linux/kernel/git/jberg/mac80211-nextDavid 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/bluetooth/bluetooth-nextDavid 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/klassert/ipsec-nextDavid S. Miller1-0/+5
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid 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/sameo/nfc-nextDavid 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