summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-03udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-03ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-03ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-03ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-03ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2015-02-03net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-02-03net-timestamp: no-payload only sysctlWillem de Bruijn3-1/+32
2015-02-03net-timestamp: no-payload optionWillem de Bruijn4-11/+25
2015-02-02bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu1-3/+23
2015-02-02swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-0/+110
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu3-8/+10
2015-02-01ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2015-02-01tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-31irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2015-01-31net: mark some potential candidates __read_mostlyDaniel Borkmann4-5/+5
2015-01-30dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-30rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-29pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-29act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-29net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-29openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-29Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-59/+84
2015-01-28Merge 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-28NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-28NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-28NFC: 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/klasse...David 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-27Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller4-20/+26
2015-01-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-27net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-27flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-27tipc: fix excessive network event loggingErik Hugne2-21/+21
2015-01-27net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-27net: cls_basic: return from walking on match in basic_getDaniel Borkmann1-2/+5
2015-01-27net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-27net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-27openvswitch: Add support for unique flow IDs.Joe Stringer6-91/+415
2015-01-27openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-27openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2015-01-27openvswitch: Refactor ovs_nla_fill_match().Joe Stringer3-40/+46
2015-01-27NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-27NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0