summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro
2015-01-29dev: add per net_device packet type chainsSalam Noureddine
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet
2015-01-28act_connmark: fix dependencies betterArnd Bergmann
2015-01-28net: remove sock_iocbChristoph Hellwig
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard
2015-01-27net: don't OOPS on socket aioChristoph Hellwig
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu
2015-01-26Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-01-26flow_dissector: add tipc supportErik Hugne
2015-01-26tipc: fix excessive network event loggingErik Hugne
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-01-26net: cls_basic: return from walking on match in basic_getDaniel Borkmann
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet
2015-01-25bridge: simplify br_getlink() a bitDan Carpenter
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot