aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2-138/+1
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro2-7/+14
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro5-14/+12
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro3-131/+115
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2-6/+4
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properlyAl Viro1-3/+0
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro1-33/+10
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-2/+1
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro1-0/+5
2015-01-29dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-28net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller5-59/+84
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-121/+189
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2-13/+0
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+3
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard2-22/+44
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-20/+26
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-26flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-26tipc: fix excessive network event loggingErik Hugne2-21/+21
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-26net: cls_basic: return from walking on match in basic_getDaniel Borkmann1-2/+5
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer6-91/+415
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer3-40/+46
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-25bridge: simplify br_getlink() a bitDan Carpenter1-6/+3
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1