aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko1-4/+9
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot2-2/+2
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2-6/+2
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2-2/+0
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2-0/+8
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches1-1/+1
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2-1/+8
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko3-6/+72
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko5-5/+17
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko2-15/+50
2013-12-09neigh: convert parms to an arrayJiri Pirko6-244/+203
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne7-117/+28
2013-12-09x25: convert printks to pr_<level>wangweidong7-17/+32
2013-12-09packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2-12/+80
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-15/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-63/+67
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet3-9/+17
2013-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-79/+70
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-06unix: convert printks to pr_<level>wangweidong1-4/+5
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addressesJiri Pirko1-72/+99
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko1-12/+20
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-15/+30
2013-12-06sctp: fix some comments in associola.cwangweidong1-4/+4
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong1-3/+3
2013-12-06sctp: remove the else pathwangweidong1-7/+3
2013-12-06sctp: remove the duplicate initializewangweidong1-41/+0
2013-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller46-1092/+2460
2013-12-06tcp: auto corkingEric Dumazet3-13/+60
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1
2013-12-06ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet1-11/+14
2013-12-06packet: use macro GET_PBDQC_FROM_RB to simplify the codesDuan Jiong1-4/+6
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher8-16/+8
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher14-42/+14
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher4-8/+4
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher13-26/+13
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher9-18/+9
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher27-81/+54
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville46-1092/+2460
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville15-59/+99
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1