summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang15-49/+46
2012-11-01rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel1-0/+24
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2-0/+136
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-18/+3
2012-10-31net: filter: add vlan tag accessEric Dumazet1-0/+9
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger1-1/+1
2012-10-31Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller16-247/+238
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana1-2/+4
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-0/+50
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend3-7/+84
2012-10-31net: create generic bridge opsJohn Fastabend4-60/+98
2012-10-30net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend4-18/+3
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli1-4/+11
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2-9/+28
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli1-1/+1
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli1-2/+6
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli1-4/+4
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli1-0/+6
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich1-2/+10
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann1-15/+8
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann4-18/+12
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann1-13/+10
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann1-0/+44
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner6-91/+57
2012-10-29batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann1-49/+0
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner3-24/+39
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli1-14/+1
2012-10-29rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-29rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel1-4/+89
2012-10-29rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-29rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel1-0/+77
2012-10-26Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller16-310/+359
2012-10-26l2tp: session is an array not a pointerAlan Cox1-1/+1
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner2-8/+24
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2-7/+7
2012-10-26cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner1-2/+0
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner1-1/+1
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman4-30/+88
2012-10-26packet: minor: remove unused err assignmentDaniel Borkmann1-2/+0
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov2-0/+6
2012-10-23ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel1-13/+13
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang1-3/+3
2012-10-23ipv4: tcp: clean up tcp_v4_early_demux()Eric Dumazet1-4/+3
2012-10-23ipv6: tcp: clean up tcp_v6_early_demux() icsk variableNeal Cardwell1-2/+2
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2-3/+190
2012-10-22ipv4: 16 slots in initial fib_info hash tableEric Dumazet1-1/+1
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet1-2/+3
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Pablo Neira Ayuso16-310/+359